Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run postgres regression test suite as part of our CI #2379

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

svenklemm
Copy link
Member

During migration of CI from travis to github actions running
postgres regression test suite was missed. This patch changes
our regression workflow to run postgres regression test suite
as well.

@svenklemm svenklemm requested a review from a team as a code owner September 13, 2020 20:54
@svenklemm svenklemm requested review from erimatnor, k-rus and WireBaron and removed request for a team September 13, 2020 20:54
@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #2379 into master will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2379      +/-   ##
==========================================
+ Coverage   89.96%   90.08%   +0.11%     
==========================================
  Files         213      213              
  Lines       34349    34299      -50     
==========================================
- Hits        30903    30898       -5     
+ Misses       3446     3401      -45     
Impacted Files Coverage Δ
src/loader/bgw_message_queue.c 84.51% <0.00%> (-3.23%) ⬇️
src/import/planner.c 70.30% <0.00%> (+11.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5179447...a98edf7. Read the comment docs.

During migration of CI from travis to github actions running
postgres regression test suite was missed. This patch changes
our regression workflow to run postgres regression test suite
as well.
@svenklemm svenklemm merged commit e79158e into timescale:master Sep 16, 2020
@svenklemm svenklemm deleted the pginstallcheck branch April 18, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants